home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_2407 / frame_100 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  225 b   |  12 lines

  1. if(eval("/Variables:SauteArbre") == true)
  2. {
  3.    set("/Variables:SauteArbre",false);
  4.    set("/Variables:EtatActif","Tab1");
  5.    tellTarget("_root")
  6.    {
  7.       gotoAndStop("Tab1");
  8.       play();
  9.    }
  10. }
  11. gotoAndStop(1);
  12.